Clean up includes
authorMatthias Clasen <mclasen@redhat.com>
Tue, 22 Nov 2011 13:25:24 +0000 (08:25 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 22 Nov 2011 13:25:24 +0000 (08:25 -0500)
There's no sign of Pango in this header, so no need to include
pangocairo.h

gdk/gdkcairo.h

index f2cf7bd7e1dc457524b9114a0501f8c7c63ca462..838ff38b2c82a1a49bb47392abeeb383802dad50 100644 (file)
@@ -27,7 +27,7 @@
 #include <gdk/gdkcolor.h>
 #include <gdk/gdkrgba.h>
 #include <gdk/gdkpixbuf.h>
-#include <pango/pangocairo.h>
+#include <cairo.h>
 
 G_BEGIN_DECLS